Actually use autoheader to generate config.h.in instead of manual a manual edit.
authortsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 25 Aug 2013 18:27:44 +0000 (18:27 +0000)
committertsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 25 Aug 2013 18:27:44 +0000 (18:27 +0000)
It looks like this hasn't been done for a while.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4566 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/config.h.in

index 4288c946768dcc2ad6e70c1300360e461025b9a0..46393027ce4def3d32bb76a45c59d9ceb71251df 100644 (file)
@@ -1,5 +1,8 @@
 /* config.h.in.  Generated from configure.in by autoheader.  */
 
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
 /* 0 for most-used character sets */
 #undef CET_WANTED
 
 /* 1 to enable all the filters. */
 #undef FILTERS_ENABLED
 
+/* Define to 1 if you have the `glob' function. */
+#undef HAVE_GLOB
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
 /* Define to 1 if you have the `m' library (-lm). */
 #undef HAVE_LIBM
 
 /* Defined if you have libusb */
 #undef HAVE_LIBUSB
 
-/* Defined if you have Linux HID interface */
-#undef HAVE_LINUX_HID
-
 /* Define to 1 if you have the `z' library (-lz). */
 #undef HAVE_LIBZ
 
+/* Defined if you have Linux HID */
+#undef HAVE_LINUX_HID
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
 /* Define to 1 if you have the `nanosleep' function. */
 #undef HAVE_NANOSLEEP
 
 /* Define to 1 if you have the `sleep' function. */
 #undef HAVE_SLEEP
 
-/* Define to 1 if you have the `glob' function. */
-#undef HAVE_GLOB
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
 
 /* Define to 1 if you have the `uname' function. */
 #undef HAVE_UNAME
 
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
 /* Define if we have va_copy */
 #undef HAVE_VA_COPY
 
-/* Define if we have __va_copy */
-#undef HAVE___VA_COPY
-
 /* Define as 1 if your va_list type is an array */
 #undef HAVE_VA_LIST_AS_ARRAY
 
+/* Defined if you have Windows DDK */
+#undef HAVE_WDK
+
+/* Define if we have __va_copy */
+#undef HAVE___VA_COPY
+
 /* 1 to enable as many formats as possible */
 #undef MAXIMAL_ENABLED
 
@@ -60,6 +93,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
 /* 1 to enable shapefile support */
 #undef SHAPELIB_ENABLED
 
-/* Define to 1 if your processor stores words with the most significant byte
-   first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+#  undef WORDS_BIGENDIAN
+# endif
+#endif
 
 /* 1 to inhibit our use of zlib. */
 #undef ZLIB_INHIBITED
-
-#undef HAVE_WDK